<script>on mouseUpglobal goChapterif the value of the clickLine is not empty thenselect the clickLineset cursor to watchput the value of the clickLine into dumpRecipelock screengo cd dumpRecipedoMenu "Delete Card"go cd goChapterrepeat with x = 1 to number of lines of bg fld "Recipes List"if line x of bg fld "Recipes List" is dumpRecipe thendelete line x of bg fld "Recipes List"if last char of bg fld "Recipes List" is return then delete last char ¬of bg fld "Recipes List"exit repeatend ifend repeatgo cd "Table of Contents"end ifend mouseUp</script>
</part>
<part>
<id>3</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>390</left>
<top>309</top>
<right>468</right>
<bottom>331</bottom>
</rect>
<style>rectangle</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Abort!</name>
<script>on mouseUplock screengo cd "Table of Contents"end mouseUp</script>